# Compiler settings --> Other compiler options
-mcpu=cortex-m4
-mthumb
-mfloat-abi=hard
-mfpu=fpv4-sp-d16
-O0
-g3
-Wall
-fmessage-length=0
-ffunction-sections
-c

# Compiler settings --> #defines
STM32F4DISCOVERY
STM32F407VGTx
STM32
STM32F4
DEBUG
USE_HAL_DRIVER
STM32F407xx

# Linker settings --> Other linker options:
-mcpu=cortex-m4
-mthumb
-mfloat-abi=hard
-mfpu=fpv4-sp-d16
-TLinkerScript.ld
-Wl,-Map=output.map
-Wl,--gc-sections
-lm

